home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC User 2002 July
/
Disc 1
/
PCU0702CD1.iso
/
software
/
apps
/
files
/
animfx.exe
/
#setuppath#
/
spinner.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-05-17
|
177 b
|
8 lines
total_bytes = _root.getBytesTotal();
loaded_bytes = _root.getBytesLoaded();
percent_done = int(loaded_bytes / total_bytes * 100);
ifFrameLoaded(6)
{
gotoAndPlay(3);
}